home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / cmodglue / amiconsasc_protos.h next >
Encoding:
C/C++ Source or Header  |  1992-10-04  |  1.2 KB  |  91 lines

  1. /* Prototypes for functions defined in
  2. amiconsasc.c
  3.  */
  4.  
  5. extern struct MsgPort *port;
  6.  
  7. extern struct MsgPort *replymp;
  8.  
  9. extern struct JHMessage *Jhmsg;
  10.  
  11. extern struct JHMessage *msg;
  12.  
  13. extern char DoorReply[];
  14.  
  15. void Register(int );
  16.  
  17. void ShutDown(void);
  18.  
  19. void ClosePort(void);
  20.  
  21. int Editfile(char *, int );
  22.  
  23. void sendmessage(char *, int );
  24.  
  25. void mciputstr(char *, int );
  26.  
  27. int Download(char *);
  28.  
  29. int Upload(char *);
  30.  
  31. void ConOnly(char *, int );
  32.  
  33. void SerOnly(char *, int );
  34.  
  35. void sendMessage(char *, int );
  36.  
  37. void MciSendStr(char *, int );
  38.  
  39. int GetInfo(int );
  40.  
  41. void PutInfo(int , int );
  42.  
  43. void sendchar(char *, int );
  44.  
  45. void hotkey(char *, char *);
  46.  
  47. int FetchKey(void);
  48.  
  49. int sigkey(void);
  50.  
  51. char Fhotkey(void);
  52.  
  53. int getkey(void);
  54.  
  55. void Chain(char *, int , int );
  56.  
  57. void prompt(char *, char *, int );
  58.  
  59. void lineinput(char *, char *, int );
  60.  
  61. void showfile(char *);
  62.  
  63. void showgfile(char *);
  64.  
  65. void getuserstring(char *, int );
  66.  
  67. void putuserstring(char *, int );
  68.  
  69. int getsignal(void);
  70.  
  71. void FlagFile(char *);
  72.  
  73. void CloseOut(void);
  74.  
  75. BOOL CheckToDisplay(char *);
  76.  
  77. int TLock(char *);
  78.  
  79. APTR GetSemaphore(void);
  80.  
  81. int AcsStat(int , int );
  82.  
  83. STRPTR GetTheDate(long );
  84.  
  85. STRPTR GetTheTime(long );
  86.  
  87. extern ULONG UnixTimeOffset;
  88.  
  89. void getsystime(long , char *, char *);
  90.  
  91.